c# list declaration

73

c# list declaration -

var list = new List<string> { "One", "Two", "Three" };

Comments

Submit
0 Comments